projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e927a5b
)
tests: Ensure the treeview is expanded
author
Benjamin Otte
<otte@redhat.com>
Sat, 12 Nov 2011 03:55:32 +0000
(
04:55
+0100)
committer
Benjamin Otte
<otte@redhat.com>
Wed, 16 Nov 2011 03:39:23 +0000
(
04:39
+0100)
Otherwise the test code might ignore collapsed rows, which makes it go
rather fast.
tests/a11y/tree-performance.c
patch
|
blob
|
history
diff --git
a/tests/a11y/tree-performance.c
b/tests/a11y/tree-performance.c
index 1361f070d71f478efdd6ebc1d02634bbee453a91..d75599fe9904f50b2ce4f697f15e18b13728d5c5 100644
(file)
--- a/
tests/a11y/tree-performance.c
+++ b/
tests/a11y/tree-performance.c
@@
-286,6
+286,8
@@
populate_tree (GtkBuilder *builder)
gtk_tree_store_append (store, &iter, &iter);
gtk_tree_store_set (store, &iter, 0, "Bla", 1, "Bla bla", 2, "Bla bla bla", 3, i % 2 == 0 ? TRUE : FALSE, 4, i % 100, 5, i, -1);
}
+
+ gtk_tree_view_expand_all (tv);
}
static void